home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-09-29 | 1.0 KB | 35 lines | [TEXT/ttxt] |
- #VRML V2.0 utf8
-
-
- EXTERNPROTO Vista [
- exposedField SFString type
- exposedField MFNode texture
- exposedField MFVec2f vFov
- exposedField MFVec2f hFov
- exposedField SFVec2f pitchRange
- exposedField SFVec2f yawRange
- exposedField SFVec2f zoomRange
- exposedField MFColor groundColor
- exposedField MFFloat groundRange
- exposedField MFColor skyColor
- exposedField MFFloat skyRange
-
- eventOut SFVec2f clickPt
- eventOut SFVec2f overPt
- eventOut SFBool isBound
- eventIn SFBool set_bind
- ]
-
- NavigationInf
- {
- type "VISTA"
- headlight FALSE
- }
-
- Vista {
- texture ImageTexture { url "%s" }
- type "%s"
- vFov %lg %lg
- pitchRange %lg %lg
- }
-